home *** CD-ROM | disk | FTP | other *** search
-
- Drill 4
-
- ΓÇóOpen your simpletext document.
-
- ΓÇóIt should look like this:
-
- <HTML>
- <HEAD>
- <TITLE>
- George's Most Excellent Home Page
- </TITLE>
- </HEAD>
- <BODY>
- <H1>George's Most Excellent Home Page</H1>
- <HR>
- </BODY>
- </HTML>
-
- ΓÇóLet's add paragraph and line break tags to some text we type after the horizontal rule. This is what I type:
-
- <HTML>
- <HEAD>
- <TITLE>
- George's Most Excellent Home Page
- </TITLE>
- </HEAD>
- <BODY>
- <H1>George's Most Excellent Home Page</H1>
- <HR>
- <P> ----------------------> paragraph tag
- Welcome to my home page!<BR> ------>line break tag
- It is still in the construction stages but if you bear with me it will someday look COOL!<BR> ------------> line break tag
- Thanks for stopping by.<BR> -----------> line break tag
- <P> ----------------------> paragraph tag
- George
- </BODY>
- </HTML>
-
- ΓÇóSave the document and then open it with your browser. The text should be formatted so that it looks normal and does not run together.
-
- Next, let's add bold and italic styles to your text.
-